Comments
-
You can find your username with "/api/hgms/get-cloud-tenants" API response-
-
Once you have the NSM tenantSerial and Access code, you need to run a NSM query to get the NSM Bearer Token. Here is the MSW API guide-
-
Tenant serial number will only be populated when you have an active NSM Tenant. This instructions- can be used to generate NSM API token from MSW API Token. If you just want to run some MSW API query, you don't need to follow the above instructions. Just use the MSW API key to query MSW API endpoints-
-
This endpoint requires this parameter to be passed-
-
Hi @Michael_McCool -This API Endpoint is allowed only for Partners- api/mssp/applicable-mssp-product-services If you are still facing this issue, could you please open a case and share your username so that we can check this.
-
Here is the how to integrate video- https://youtu.be/0yS2jK9uG1U?si=q_KaeWW0soRQg6Zq
-
@MateusT - Please raise a CS request with your MSW ID to get this checked.
-
Thanks @fastnet_tech - this is already covered in https://www.sonicwall.com/techdocs/pdf/msw-api_guide.pdf under Sample API function section.
-
See this, I'm able to get the result:
-
MySonicWall API supported authentication method is- X-API-KEY in request header. Please refer to https://www.sonicwall.com/techdocs/pdf/msw-api_guide.pdf for more details.
-
With the release of MSW 22.9.4, we have enabled MySonicWall API permission to all MSW users by default. Refer to release notes for more details: https://www.sonicwall.com/support/technical-documentation/docs/msw-release_notes/Content/Versions/msw-22-9-4.htm/
-
Some context on MySonicWall API endpoint for provisioning a new Product under MSSP Monthly- We have an API endpoint- POST /api/mssp/allocatemsspproductservices (under My Products on API Documentation page) - This API endpoint can be used for both – provisioning a new product or modifying an product details. You need to…